Appliance Infraprofile Configs ProfileInfo

Appliance Infraprofile Configs ProfileInfo
Appliance Infraprofile Configs ProfileInfo

This schema is deprecated as of vSphere API 9.0.0.0.

The Appliance Infraprofile Configs ProfileInfo schema defines the information about profile.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "name": "string",
    "info": "string"
}
string
name
Required

This property is deprecated as of vSphere API 9.0.0.0.

Name of the profile which is also a profile identifier.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.infraprofile.profile. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.infraprofile.profile.

string
info
Required

This property is deprecated as of vSphere API 9.0.0.0.

Description of the profile.

This property was added in vSphere API 7.0.0.0.

Deprecated